home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / apbsu100.zip / FILE-MAN.DOC < prev    next >
Text File  |  1991-12-22  |  7KB  |  128 lines

  1.                                  Matt Roberts
  2.                                3 Cedar St., # 8
  3.                            Montpelier, Vt 05602-3006
  4.                                  (802)223-2553
  5.  
  6.  
  7.                                    12-05-91
  8.  
  9.                           NOTES ON FILE-MAN.EXE 1.00
  10.  
  11. ──────────────────────────────────────────────────────────────────────────────
  12.  
  13. This file manager is primarily, at this time, a mental exercise.  Writing file 
  14. managers teaches me a lot about the programming language I'm using.  
  15. Ultimately, I'd like to write a high-quality file manager that could be used 
  16. in place of DOS.  For now, it'll have to serve first and foremost as a pretty 
  17. decent example of programming with ApBASIC 1.7.  However, I think there's some 
  18. solid value in this program.  There are a couple things you don't normally 
  19. find from the DOS prompt, and maybe one or two which do the job slightly 
  20. better.  If you find the files on this disk useful, a donation of $5.00 would 
  21. be greatly appreciated.  Thanks.
  22.  
  23.  
  24.                          SYSTEM REQUIREMENTS AND NOTES
  25.  
  26. Unfortunately, I don't know how much RAM you'll need to run FILE-MAN.  I'll 
  27. let you know the minute I find out.  I don't think you need much memory at 
  28. this point in the game, however.  If you find it won't run, and you think it's 
  29. because you don't have enough memory, send me the disk and a self-addressed 
  30. mailer.  I'll send you a disk with a file manager that needs only about 68K.  
  31. The disk will have to be a 5.25", 360K format, since those are the only drives 
  32. I have at present.  This may change in the next six months or so; I'll let you 
  33. know if and when it does.  To use 40-column mode, you'll probably need CGA, 
  34. though you shouldn't hold me to that.  There may also be some instances where 
  35. reversed lettering (black on white) has been programmed; you'll need CGA to 
  36. see that.  If you don't, I think the computer will just ignore the request for 
  37. reversed letters, but I can't be sure.  Believe it or not, I've never used a 
  38. computer that didn't have some sort of graphics adapter, and I know little 
  39. about hardware theory; I can't figure out what will happen with any video 
  40. configuration I haven't used.
  41.  
  42. This program was written and compiled on an Amstrad PC1512 SD.  The Amstrad 
  43. has an 8086 processor, running at 8MHz (non-switchable).  RAM was originally 
  44. 512K, which I later upgraded to 640.  There's also a 2Mb EMS card installed.  
  45. The monitor is a black and white composite CGA.  Originally, there was a 
  46. single 5.25" 360K drive; a second drive was added by the orginal owner.  When 
  47. I got it, I added a 49Mb hard disk card.  There's also a 1Mb EMS drive (like a 
  48. RAM drive, only with Expanded Memory).  IBM-compatibility is strong, with the 
  49. only major problems being with the mouse driver (v. 5.00).  That can 
  50. occasionally cause problems, but it usually doesn't.  The power source is in 
  51. the monitor, which locks the owner into Amstrad monitors exclusively.  
  52. Otherwise, things seem pretty standard.  The Amstrad PC1512 has been 
  53. discontinued.
  54.  
  55. The operating system used to compile, run, and test FILE-MAN was MS-DOS 3.20.  
  56. I have no reason to believe that it won't run on almost any level of DOS you 
  57. might have but, again, I don't know for certain.  Probably the infamous MS- or 
  58. PC-DOS 2.1 or higher will be sufficient.
  59.  
  60. I know I've used a lot of words to express my ignorance, and I apologize.  I'm 
  61. 2
  62. constantly reading and studying to increase my knowledge of the computer 
  63. field, and I'll put more definite info in here as soon as I have it.
  64.  
  65.  
  66.                                USING THE PROGRAM
  67.  
  68. Typing FILE-MAN at the DOS prompt will give you an opening screen and then a 
  69. menu.  You'll type the number corresponding to your choice, and then press 
  70. Enter.  That's all there is to getting started.
  71.  
  72.  
  73.                        WORKING WITH YOUR CONFIG.SYS FILE
  74.  
  75. Your CONFIG.SYS file contains information your computer uses when it's first 
  76. turned on.  This information tells it how many files it can have open, as well 
  77. as other instructions which will be used during the course of operating the 
  78. system.  If you don't know anything about the CONFIG.SYS file, you probably 
  79. should have a look at your DOS manual before messing around with this section.
  80.  
  81. First, you'll be asked which drive you've got your CONFIG.SYS file on.  You'll 
  82. need to have the disk with CONFIG.SYS in the drive you specify.  FILE-MAN 
  83. looks for CONFIG.SYS in the root directory of whatever drive you specify.  
  84. You'll need to type the drive letter and the colon, but FILE-MAN will supply 
  85. the backslash for you.  In fact, if you type it, you'll get an error.
  86.  
  87. Once you've provided the drive information, FILE-MAN will offer the following 
  88. options: Just look at your CONFIG.SYS, add lines, create a new file, or return 
  89. to the Main Options Menu.  You'll type the number corresponding to your 
  90. choice, and then the Enter (Return) key.
  91.  
  92. Just looking at or adding lines to the end of your file are probably self-
  93. explanatory, as is returning to the menu, so we'll concentrate on creating a 
  94. new file.  The first thing that'll happen is that a backup, CONFIG.BAS, will 
  95. be made in the same directory and on the same drive as your CONFIG.SYS.  This 
  96. allows you to rescue your original CONFIG.SYS if things get too far out of 
  97. hand for your liking.  In order to restore your original from the DOS prompt, 
  98. you'll have to delete the new CONFIG.SYS, and then rename CONFIG.BAS to 
  99. CONFIG.SYS.  Check your DOS manual for details on how to do this.  You can 
  100. also restore your original from within the program, but not after you've left 
  101. the section for creating the new file.
  102.  
  103. Next, you'll be asked how many files you want.  This is the number of files 
  104. DOS is allowed to have open at any time.  Some advanced programs need a fairly 
  105. large number of files open.  However, you shouldn't specify more than you 
  106. need, since it takes RAM to keep track of the number you specify, whether 
  107. they're open or not.
  108.  
  109. Once that's done, you'll be asked how many buffers you want.  Darned if I know 
  110. what a buffer is, but apparently having some is handy.
  111.  
  112. Now, you'll be asked if you want to include any devices (also known as device 
  113. drivers).  If you're not sure what a device driver is, you should consult your 
  114. DOS manual before including any.
  115.  
  116. Finally, you'll be asked if you want BREAK on or off.  This has to do with how 
  117. often DOS checks to see if Ctrl-C or Ctrl-Break has been pressed.  Having this 
  118. feature on may make it easier to break out of some programs if things aren't 
  119. going well, but may also use more RAM and/or slow some operations.
  120.  
  121. Now, you've got a new CONFIG.SYS file.  Your next task is to review the file 
  122. 3
  123. and approve or otherwise.  If it's not OK and you want to go back and start 
  124. over again, press C and Enter.  If you want your old familiar CONFIG.SYS back, 
  125. press R and Enter.  If it's OK, type OK and press Enter.  In each case, upper 
  126. or lower case is fine, although it has to be one or the other (at this time, 
  127. typing Ok or oK would get you nowhere, but ok or OK is O.K.).  Okay?
  128.